From a23678fb4b1976d33caed995f3cda623d5760665 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 18 Dec 2010 00:12:01 +0000 Subject: [PATCH] disable DEBUG_MEM This option provides a hit in multithreaded use, and should only be enabled when debugging babl memory allocation internals. --- babl/babl-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-internal.h b/babl/babl-internal.h index 1f5fe23..da5f923 100644 --- a/babl/babl-internal.h +++ b/babl/babl-internal.h @@ -233,7 +233,7 @@ babl_fatal (const char *format, ...) extern int babl_hmpf_on_name_lookups; extern BablMutex *babl_format_mutex; -#define BABL_DEBUG_MEM 1 +#define BABL_DEBUG_MEM 0 #if BABL_DEBUG_MEM extern BablMutex *babl_debug_mutex; #endif -- 2.30.2